:IsStringTrue
// Example: 0AB1: call_scm_func @IsStringTrue 2 string 4@ 5@
0AB1: call_scm_func @LowerString 5 string 0@ 1@ 0 0 return_type 2 0@ 1@

if or
0@v == "1"
0@v == "true"
0@v == "yes"
else_jump @IsStringTrue_returnFalse  
return_true
0AB2: ret 0
:IsStringTrue_returnFalse
return_false
0AB2: ret 0

:IsStringTrueResultToVar
// Example: 0AB1: call_scm_func @IsStringTrueResultToVar 2 string 4@ 5@ result_to 3@
if
0AB1: call_scm_func @IsStringTrue 2 string 0@ 1@
else_jump @IsStringTrueResultToVar_returnFalse
0AB2: ret 1 result true
:IsStringTrueResultToVar_returnFalse
0AB2: ret 1 result false    